testing.matcher.matchFunc (field)

4 uses

	testing (current package)
		match.go#L19: 	matchFunc func(pat, str string) (bool, error)
		match.go#L78: 		matchFunc: matchString,
		match.go#L101: 	ok, partial = m.filter.matches(elem, m.matchFunc)
		match.go#L108: 	skip, partialSkip := m.skip.matches(elem, m.matchFunc)